#body #heading1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  margin-top: 45px;
}
#body #heading-line {
  width: 32px;
  height: 4px;
  background-color: #e41d32;
  margin-top: 20px;
}
#body #heading2 {
  font-size: 36px;
  font-weight: 700;
}
#body #block-line {
  width: 1200px;
  height: 1px;
  background-color: rgba(229, 229, 229, 1);
  margin: 80px 0;
}

#body #chairman {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 80px;
}
#body #chairman #photo {
  width: 570px;
  height: 530px;
  position: relative;
}
#body #chairman #photo #background {
  width: 500px;
  height: 450px;
  background-color: #e41d32;
  position: absolute;
  top: 0;
  left: 0;
}
#body #chairman #photo img {
  display: block;
  width: 500px;
  height: 450px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#body #chairman #introduce {
  padding-left: 60px;
}
#body #chairman #introduce #heading-line {
  width: 27px;
  height: 2px;
  margin-top: 15px;
  opacity: 0.54;
}
#body #chairman #introduce #name {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}
#body #chairman #introduce #info {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  margin-top: 28px;
}
#body #chairman #introduce .block {
  width: 545px;
  margin-top: 24px;
  font-size: 22px;
  line-height: 40px;
  padding: 14px 17px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0px rgba(226, 226, 226, 0.8);
  transition-duration: 0.1s;
  cursor: pointer;
}
#body #chairman #introduce .block:hover {
  color: white;
  background-color: rgba(228, 29, 50, 1);
}

#body #bring {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#body #bring #row-one {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
#body #bring #row-two {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
#body #bring .block {
  width: 360px;
  height: 311px;
  border-radius: 10px;
  border: 1px rgba(221, 221, 221, 1) solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5px;
  transition-duration: 0.5s;
}
#body #bring .block:hover {
  border-color: #e41d32;
}
#body #bring .block p {
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 40px;
  margin: auto;
}
#body #bring .block img {
  padding-top: 50px;
}
#body #bring #row-one .block {
  margin: 0 13px;
}
#body #bring #row-two .block {
  margin: 0 25px;
}

#body #history {
  margin-top: 80px;
  padding: 50px 0;
  width: 100%;
  position: relative;
  background-image: url(/img/gw-english-web/About\ Us/background.png);
  background-size: cover;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
#body #history::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  filter: blur(10px);
  z-index: 2;
}
#body #history #heading-line {
  background-color: #ffffff;
}
#body #history #history-swiper {
  width: 1200px;
  position: relative;
  overflow: hidden;
  padding: 0 130px;
}
#body #history #history-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
#body #history #history-swiper .swiper-slide p {
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  padding: 13px 0;
}
#body #history #history-swiper .swiper-slide #h3 {
  font-size: 30px;
  font-weight: bold;
}
#body #history #history-swiper .history-prev {
  position: absolute;
  left: 20px;
  top: calc(50% - 25px);
  cursor: pointer;
  z-index: 15;
}
#body #history #history-swiper .history-next {
  position: absolute;
  right: 20px;
  top: calc(50% - 25px);
  cursor: pointer;
  z-index: 15;
}

#body #culture {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0;
}
#body #culture .block {
  margin-top: 25px;
  width: 773px;
  max-height: 150px;
  padding: 50px 60px;
  padding-right: 135px;
  color: #000000;
  box-shadow: 0 1px 10px 0px rgba(226, 226, 226, 0.8);
  transition-duration: 0.5s;
  cursor: pointer;
}
#body #culture .block:hover {
  background-color: rgba(228, 29, 50, 1);
  color: rgba(255, 255, 255, 1);
  max-height: 1000px;
}
#body #culture .block #heading3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}
#body #culture .block > div {
  height: 100%;
  overflow: hidden;
}
#body #culture .block > div > .text {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: normal;
  padding: 20px 0;
  line-height: 40px;
}
#body #culture .block .paragraph {
  padding: 20px 0;
  line-height: 30px;
}
#body #culture .block .paragraph > .h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}
#body #culture .block .paragraph > .bullet-list {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
#body #culture .block .paragraph > .bullet-list .bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 12px 6px;
  flex-shrink: 0;
}
#body #culture .block .paragraph > .bullet-list .text {
  color: rgba(255, 255, 255, 0.5);
}

#body #achievement {
  width: 100%;
  background-color: rgba(243, 243, 244, 1);
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#body #achievement #honors {
  width: 1200px;
  padding: 50px 130px;
  position: relative;
}
#body #achievement #honors > p {
  color: rgba(43, 43, 43, 1);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#body #achievement #honors .honer-swiper {
  width: 100%;
  overflow: hidden;
}
#body #achievement #honors .honer-swiper .swiper-slide > p {
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
#body #achievement #honors .honer-swiper .swiper-slide > p span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin: 0 10px;
}
#body #achievement #honors .honer-swiper .honors-prev {
  position: absolute;
  left: 20px;
  top: calc(50% - 25px);
  cursor: pointer;
}
#body #achievement #honors .honer-swiper .honors-next {
  position: absolute;
  right: 20px;
  top: calc(50% - 25px);
  cursor: pointer;
}
#body #achievement #photo {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
#body #achievement #photo > div {
  margin: 0 10px;
  width: 369px;
}
#body #achievement #photo > div img {
  width: 100%;
  height: 281px;
  display: block;
  cursor: pointer;
  transition-duration: 0.3s;
}
#body #achievement #photo > div img:hover {
  box-shadow: 0 0 10px 7px rgba(226, 226, 226, 0.7);
}
#body #achievement #photo > div p {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  padding: 11px 0;
  color: rgba(87, 87, 87, 1);
  font-weight: normal;
  text-align: center;
}
